﻿
.hide_ul {

	position: absolute;
	left: 4px;
	top: 60px;
	z-index: 999999999999;
	width: 680px;
	padding: 10px;
	background: rgba(255,255,255,1);
	border-radius: 4px;
	display: none;
	border: 1px solid #D51510;

}
/*城市样式*/
.banner_search_pc .form02 {
	text-align: center;
}
.col-lg-6 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
}
.select-box {
	margin: 0 !important;
	padding: 0 !important;
}
.banner_search_pc .form02 {
	text-align: center;
}
.sqb_dt{
	text-align: center;
	font-weight: 700;
}
.select-box dd a{
	display: block;
	float: left;
	margin: 5px;
	color: #333;
	padding: 1px 5px;
}
.select-box:first-child dd {
	/*border-right: 1px solid #ccc;*/
}
.select-box dd{
	width: 100%;
	display: table;
	padding: 10px;
}
.select-hover{
	background-color: #D51510;
	color: #fff !important;
	border-radius: 10px;
}

.hide_ul .tx1 {
	margin: 10px 0;
	overflow: hidden;
}

.hide_ul .tx1 .sd {
	float: left;
	padding: 0 10px;
	background: #f0f0f0;
	border-radius: 4px;
	margin-right: 10px;
}

.hide_ul .tx1 .mm {
	float: left;
}

.hide_ul .tx1 .mm ul li {
	float: left;
	padding: 0px;
}

.hide_ul .tx1 .mm ul li a {
	display: block;
	margin: 0 4px;
	cursor: pointer;
	font-size: 13px;
	color: #666;
}
.col-lg-12 {
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
}
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.text-center {
	text-align: center;
}
.sqb-col-lg-12 a{
	float: none;
	padding: none;
}
.sqb_select-confirm {
	margin: 10px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background: #156fde;
	border: 1px solid #308afa;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease-out 0s;
	border-radius: 4px;
	width: 95px;
	margin: 0px;
}
.sqb_select-confirm:hover{
	background: #60a7ff;
	color: #fff;
}